Road Map to QuickTime 3
The standard sound dialog component presents a dialog box that lets the user make audio setting selections, such as the audio compression type, sampling rate, mono or stereo, etc. Your application uses this component to present the dialog box to the user, and to read the user selections back into your application.
The standard sound dialog component is based on the standard image-compression dialog component and uses some of the same function calls. You should be familiar with the image-compression dialog component before reading this chapter. You should read this chapter if your application allows audio recording, resampling, or compression, or if you plan to develop a new sound dialog component.
New Features of Standard Sound Dialog ComponentsQuickTime 3.0 Reference summarizes the features added to the standard sound dialog component and standard image-compression dialog component as part of QuickTime 3.
About the Standard Sound Dialog ComponentQuickTime 3.0 Reference describes what the standard sound dialog component does and includes an illustration of the standard dialog box.
Using the Standard Sound ComponentQuickTime 3.0 Reference describes how to use the standard sound dialog component from within an application. Sample code is included for several functions.
QuickTime 3.0 Reference describes three functions, taken from the standard image-compression dialog component, which are implemented in the standard sound dialog component: SCGetInfo , SCSetInfo , and SCRequestImageSettings . Refer to the chapter "Standard image-compression Dialog" for the complete function definitions. Also described are two new functions, SCGetSettingsAsAtomContainer and SCSetSettingsFromAtomContainer .
QuickTime 3.0 Reference defines the constants used by the sound dialog component. These are primarily new selectors that can be passed to SCGetInfo or SCSetInfo , and are supported only when these functions are called with the standard sound dialog component. These selectors are not supported when calling SCGetInfo or SCSetInfo for a standard image-compression dialog.